home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000209_news@newsmaster….columbia.edu _Sun Oct 25 12:00:42 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA02510
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 25 Oct 1998 12:00:41 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA18912
  7.     for kermit.misc@watsun; Sun, 25 Oct 1998 12:00:41 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Compiling on BSD 3.1
  12. Date: 25 Oct 1998 17:00:40 GMT
  13. Organization: Columbia University
  14. Lines: 25
  15. Message-ID: <70vlfo$aao$1@apakabar.cc.columbia.edu>
  16. References: <36315607.DEB1813A@tao4.agoron23.com> <F1BG4w.Hu0@spcuna.spc.edu> <36329CC7.86139D3B@tao2.agoron15.com> <F1E2vB.1Au@spcuna.spc.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9409
  19.  
  20. In article <F1E2vB.1Au@spcuna.spc.edu>,
  21. Terry Kennedy  <terry@spcunb.spc.edu> wrote:
  22. : falcon56@tao2.agoron15.com writes:
  23. : > I just gave this a try, with C-Kermit 6.0, and it looked promising for a
  24. : > while... then the compiling stopped.  Output of the compiling process is
  25. : > below.
  26. :  
  27. :   Now that is *really* weird. I know I built this on BSD/OS 3.x, and I'm sure
  28. : Frank did as well (he uses my systems for compiling the pre-built binaries).
  29. : However, "warn" is a library routine in 4.4BSD and definitely conflicts with
  30. : the definition in C-K. I expect that the other 4.4BSD-based systems don't run
  31. : into this because they use ELF with weak symbols, while BSD/OS 3.x is a.out-
  32. : based.
  33. :   Anyway, if you apply the following patch to the makefile it should compile
  34. : cleanly.
  35. This change was made in the C-Kermit 6.1 development version quite a while
  36. ago.  So if you pick up C-Kermit 6.1:
  37.  
  38.   http://www.columbia.edu/kermit/ck61.html
  39.  
  40. And "make bsdi3" it should build without complaint.
  41.  
  42. - Frank